home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / devel / libx11 / include / x11 / xaw / cardinals.h < prev    next >
C/C++ Source or Header  |  1999-01-01  |  1KB  |  36 lines

  1. /* $XConsortium: Cardinals.h,v 1.5 89/03/30 16:05:19 jim Exp $ */
  2. /*
  3.  
  4. Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
  5.  
  6. Permission to use, copy, modify, and distribute this
  7. software and its documentation for any purpose and without
  8. fee is hereby granted, provided that the above copyright
  9. notice appear in all copies and that both that copyright
  10. notice and this permission notice appear in supporting
  11. documentation, and that the name of M.I.T. not be used in
  12. advertising or publicity pertaining to distribution of the
  13. software without specific, written prior permission.
  14. M.I.T. makes no representations about the suitability of
  15. this software for any purpose.  It is provided "as is"
  16. without express or implied warranty.
  17.  
  18. */
  19.  
  20. #ifndef _Cardinals_h
  21. #define _Cardinals_h
  22.  
  23. #define ZERO    ((Cardinal)0)
  24. #define ONE    ((Cardinal)1)
  25. #define TWO    ((Cardinal)2)
  26. #define THREE    ((Cardinal)3)
  27. #define FOUR    ((Cardinal)4)
  28. #define FIVE    ((Cardinal)5)
  29. #define SIX    ((Cardinal)6)
  30. #define SEVEN    ((Cardinal)7)
  31. #define EIGHT    ((Cardinal)8)
  32. #define NINE    ((Cardinal)9)
  33. #define TEN    ((Cardinal)10)
  34.  
  35. #endif /* _Cardinals_h */
  36.